home *** CD-ROM | disk | FTP | other *** search
/ Champak 78 / (Vol 78) My Disc.iso / Games / move_on_up.swf / scripts / DefineButton2_729 / BUTTONCONDACTION on(release).as
Text File  |  2008-10-28  |  125b  |  6 lines

  1. on(release){
  2.    root.kvEvent(640);
  3.    _global.soundManager.playSound("snd_btn");
  4.    ScoreSaver.saveScore(score,true);
  5. }
  6.